home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / kdesu / defaults.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-09-10  |  489 b   |  21 lines

  1. /* vi: ts=8 sts=4 sw=4
  2.  *
  3.  * $Id$
  4.  *
  5.  * This file is part of the KDE project, module kdesu.
  6.  * Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org>
  7.  *
  8.  * This is free software; you can use this library under the GNU Library 
  9.  * General Public License, version 2. See the file "COPYING.LIB" for the 
  10.  * exact licensing terms.
  11.  */
  12.  
  13. #ifndef __Defaults_h_included__
  14. #define __Defaults_h_included__
  15.  
  16. const int defTimeout = 120*60;
  17. const int defEchoMode = 0;
  18. const int defKeep = false;
  19.  
  20. #endif
  21.